home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xgopher / ssol2 / xgopher
Text File  |  1994-10-02  |  2KB  |  42 lines

  1. --- ./Imakefile.rtr    Fri May 13 10:49:43 1994
  2. +++ ./Imakefile    Wed Aug 31 07:54:23 1994
  3. @@ -1,3 +1,4 @@
  4. +         LIBDIR = <installsharedir>/<prefix>lib/X11
  5.       XGOPHERDIR = $(LIBDIR)/xgopher
  6.  
  7.      /* You may add -O to the next line if you'd like.  There will
  8. @@ -13,11 +16,10 @@
  9.   **     two lines if you have trouble connecting to other hosts.        **
  10.   **     In other words, maybe use:  EXTRA_LIBRARIES  = -lresolv -lm     **
  11.   *************************************************************************/
  12. -/*
  13. -  MKDIRHIER        = BourneShell $(BINDIR)/mkdirhier 
  14. -  EXTRA_LIBRARIES  = -lm
  15. +  MKDIRHIER        = mkdirhier 
  16. +  INSTALL       = bsdinst
  17. +  EXTRA_LIBRARIES  = -lsocket -lnsl -lresolv -lm
  18.    XMULIB           = -lm -Bstatic -lXmu -Bdynamic
  19. -*/
  20.  
  21.  /*************************************************************************
  22.   **    for compiling Xgopher under Solaris 2.1, you may need to add    **
  23. @@ -25,9 +27,7 @@
  24.   **     your Imake configuration files already (it won't hurt to        **
  25.   **     include them a second time).                                    **
  26.   *************************************************************************/
  27. -/*
  28.    LOCAL_DEFINES    = -DSYSV -DSVR4
  29. -*/
  30.  
  31.  /*************************************************************************
  32.   ** The following symbols are defined by Imake and used by the program: **
  33. @@ -54,7 +54,7 @@
  34.          DEFINES = $(RESOURCE_DEFINES) $(LOCAL_DEFINES)
  35.  
  36.          DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
  37. -LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  38. +LOCAL_LIBRARIES = -L/usr/openwin/lib $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  39.             SRCS = xgopher.c item.c itemList.c dir.c dirList.c markList.c \
  40.                    util.c misc.c net.c \
  41.                    gui.c resources.c help.c status.c jobs.c \
  42.